﻿body {
    overflow-x : hidden;
}

p {
    padding: 1em;
}

.layer {
    position: relative;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.layer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.blanka {
    width: 100%;
    min-height: 60vh;
    background-image: url(../img/playzone/bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--color);
}

    .blanka p {
        font-family: 'Rancho', sans-serif;
        font-size: 25px;
        color: #fff;
    }

.blanka h3 {
    font-family: 'Rancho', cursive;
    text-shadow: 5px 3px 9px rgba(0, 0, 0, 0.5);
    font-size: 50px;
    margin: 60px 70px 0;
    color: #fff;
}

.blanka img {
    position: sticky;
    z-index: 99;
    width: 50%;
    top: 2px;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

.back-to-top {
    width: 5%;
    position: fixed;
    left: 1%;
    z-index: 99;
}
